You can try this:
Button {
// Button Action here
} label: {
Image(systemName: "arrowtriangle.right").resizable()
.foregroundColor(Color("Feature Green"))
.frame(width: 27, height: 27)
}